curl --request GET \
--url https://cloud.volttime.com/api/v2/user \
--header 'Authorization: Bearer <token>'
{
"uuid": "bfc53181-d647-36b2-9080-f9c2b76006f4",
"id": 4,
"name": "Miss Pearl Hauck",
"email": "pfritsch@example.com",
"intercom": {
"hmac_android": "3f472ae237a5513e09136670d0aef0ce34c80ed8ce26098b3f9090ee14d69c4e",
"hmac_ios": "3f472ae237a5513e09136670d0aef0ce34c80ed8ce26098b3f9090ee14d69c4e",
"hmac_web": "3f472ae237a5513e09136670d0aef0ce34c80ed8ce26098b3f9090ee14d69c4e"
},
"created_at": "2025-07-04T13:42:21.000000Z",
"updated_at": "2025-07-04T13:42:21.000000Z"
}
See the documentation for more information.
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://cloud.volttime.com/api/v2/user \
--header 'Authorization: Bearer <token>'
{
"uuid": "bfc53181-d647-36b2-9080-f9c2b76006f4",
"id": 4,
"name": "Miss Pearl Hauck",
"email": "pfritsch@example.com",
"intercom": {
"hmac_android": "3f472ae237a5513e09136670d0aef0ce34c80ed8ce26098b3f9090ee14d69c4e",
"hmac_ios": "3f472ae237a5513e09136670d0aef0ce34c80ed8ce26098b3f9090ee14d69c4e",
"hmac_web": "3f472ae237a5513e09136670d0aef0ce34c80ed8ce26098b3f9090ee14d69c4e"
},
"created_at": "2025-07-04T13:42:21.000000Z",
"updated_at": "2025-07-04T13:42:21.000000Z"
}